unwind-chain-inclusion
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Mon, 9 Sep 2024 12:56:19 +0000 (14:56 +0200)
committerGianfranco Costamagna <locutusofborg@debian.org>
Mon, 9 Sep 2024 12:56:19 +0000 (14:56 +0200)
commit38f10a0185dc861ab53f9a043353140c51942a2e
tree74cf5a4e7e8e1b7230c7e8fb6d495a8dc47a8823
parent638af9ba6c3a26edf599ea9bf40cacbc8e7014cd
unwind-chain-inclusion

# Without this patch, the first local include of unwind.h might, with the
# __has_include_next, try to include the one from the system.
# It might be /usr/include/clang/3.4/include/unwind.h
# Because of the #ifndef __CLANG_UNWIND_H, it might never include any declaration
# from the system.

Gbp-Pq: Name unwind-chain-inclusion.diff
clang/lib/Headers/unwind.h